home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TRUNPROFILESDIALOG / TRUNPROFILESDIALOG.txt
Text File  |  2004-02-29  |  3KB  |  132 lines

  1. object RunProfilesDialog: TRunProfilesDialog
  2.   Left = 420
  3.   Top = 285
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Profiles'
  6.   ClientHeight = 231
  7.   ClientWidth = 289
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 37
  23.     Height = 13
  24.     Caption = '&Profiles:'
  25.     FocusControl = lstProfiles
  26.   end
  27.   object lstProfiles: TListBox
  28.     Left = 8
  29.     Top = 24
  30.     Width = 201
  31.     Height = 151
  32.     ItemHeight = 13
  33.     TabOrder = 0
  34.     OnClick = lstProfilesClick
  35.     OnDblClick = btnEditClick
  36.   end
  37.   object btnAdd: TCorelButton
  38.     Left = 224
  39.     Top = 24
  40.     Width = 59
  41.     Height = 23
  42.     Hint = 'Add|Add Profile'
  43.     Caption = '&Add...'
  44.     TabOrder = 1
  45.     OnClick = btnAddClick
  46.   end
  47.   object btnEdit: TCorelButton
  48.     Left = 224
  49.     Top = 72
  50.     Width = 59
  51.     Height = 23
  52.     Hint = 'Edit|Edit Profile'
  53.     Caption = '&Edit...'
  54.     Enabled = False
  55.     TabOrder = 3
  56.     OnClick = btnEditClick
  57.   end
  58.   object btnUp: TCorelButton
  59.     Left = 224
  60.     Top = 128
  61.     Width = 59
  62.     Height = 23
  63.     Hint = 'Up|Move Profile up'
  64.     Caption = '&Up'
  65.     Enabled = False
  66.     TabOrder = 5
  67.     OnClick = btnUpClick
  68.   end
  69.   object btnDown: TCorelButton
  70.     Left = 224
  71.     Top = 152
  72.     Width = 59
  73.     Height = 23
  74.     Hint = 'Down|Move Profile down'
  75.     Caption = '&Down'
  76.     Enabled = False
  77.     TabOrder = 6
  78.     OnClick = btnDownClick
  79.   end
  80.   object btnRemove: TCorelButton
  81.     Left = 224
  82.     Top = 96
  83.     Width = 59
  84.     Height = 23
  85.     Hint = 'Remove|Remove Profile'
  86.     Caption = '&Remove'
  87.     Enabled = False
  88.     TabOrder = 4
  89.     OnClick = btnRemoveClick
  90.   end
  91.   object btnCancel: TCorelButton
  92.     Left = 208
  93.     Top = 200
  94.     Width = 75
  95.     Height = 23
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 7
  100.   end
  101.   object btnOK: TCorelButton
  102.     Left = 128
  103.     Top = 200
  104.     Width = 75
  105.     Height = 23
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 8
  110.     OnClick = btnOKClick
  111.   end
  112.   object StaticText1: TStaticText
  113.     Left = 8
  114.     Top = 189
  115.     Width = 273
  116.     Height = 2
  117.     AutoSize = False
  118.     BorderStyle = sbsSunken
  119.     TabOrder = 9
  120.   end
  121.   object btnCopy: TCorelButton
  122.     Left = 224
  123.     Top = 48
  124.     Width = 59
  125.     Height = 23
  126.     Hint = 'Copy|Copy Profile'
  127.     Caption = '&Copy...'
  128.     TabOrder = 2
  129.     OnClick = btnCopyClick
  130.   end
  131. end
  132.